Reference: deinitProc

deinitProc cleans up per-instance data for a filter.

Prototype

void deinitProc(FilterActivation *fa, const FilterFunctions *ff);

Parameters:
    fa        Pointer to filter activation structure
    ff        Pointer to callback function structure

Return value:
    None.

Exceptions:
    No exceptions should be thrown from this function.

Requirements:
    Function may be omitted.  No default action is taken.

Remarks

This function is called whenever a filter instance is about to be destroyed, and gives the filter a chance to dispose of persistent filter data.  Most filters will not need this function.

[up] back to main page


VirtualDub external filter SDK 1.05©1999-2001 Avery Lee <phaeron@virtualdub.org>